home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / fdf.zoo / fdf.doc < prev    next >
Text File  |  1992-04-13  |  4KB  |  101 lines

  1. fdf - find duplicate files
  2. Version 1.01, Copyright (c) 1992 Roy Bixler.
  3.  
  4. General Idea:
  5.  
  6.     This program finds duplicate files on your disk(s).  It is
  7.     possible to specify multiple disks and see duplicate files across
  8.     disks.  You have control over criteria for finding duplicate
  9.     files.  For the really business-like, there is an interactive
  10.     delete mode that presents you with menus asking which of the
  11.     duplicate files to delete.  As an option, a statistical summary of
  12.     the duplicate files is printed out at the end.
  13.  
  14. Usage:
  15.  
  16.     fdf [-ma] [-m[cdns]] [-ilv?] path [...]
  17.         where 'path' is the starting directory for finding duplicate
  18.         files.
  19.  
  20. Matching criteria:
  21.  
  22.     Tells program what information to consider in determining whether
  23.     a pair of files are duplicates or not.  The default is to consider
  24.     files as duplicates if their names, modification date/times and
  25.     sizes match (i.e. -mdns).
  26.  
  27.         -ma - All.
  28.             Consider name, size, date/time and contents.
  29.  
  30.         -m[cdns] - Set the matching criteria.
  31.             c - Contents.
  32.                 File contents must match, implies 's' (sizes must
  33.                 match).
  34.  
  35.             d - Dates.
  36.                 Date/time of files must match.
  37.  
  38.             n - Names.
  39.                 Names must match.
  40.  
  41.             s - Sizes.
  42.                 Size of files must match.
  43.  
  44. Options:
  45.  
  46.         -i - Interactive delete mode.
  47.             Duplicate files are listed in menus.  Type in the numbers
  48.             of the files you wish to delete or just hit <Return> to
  49.             leave the files alone.  The numbers can be separated by
  50.             commas or spaces.  Ranges of numbers can be specified by
  51.             separating the lower and upper limits with a dash.
  52.  
  53.         -l - Long listing of duplicate files.
  54.             Gives date/time and size information on each duplicated
  55.             file.
  56.  
  57.         -v - Verbose, print statistics.
  58.             Give information on number of files, number of duplicated
  59.             files, number of duplicate names, total number of bytes
  60.             and averages of each at the end.  When in 'interactive
  61.             delete mode', also print out how many bytes in files you
  62.             deleted.
  63.  
  64.         -vv - Very verbose, also print activity report.
  65.             In addition to printing statistics above, print out the
  66.             directories searched for duplicate files.
  67.  
  68.         -?
  69.             Print full documentation and exit.  You are here!
  70.  
  71. Differences with 'sfdf':
  72.  
  73.     'fdf' is faster than 'sfdf', but it does not sort the output.
  74.     'fdf' also uses somewhat more memory.
  75.  
  76. License:
  77.  
  78.     This program is free software; you can redistribute it and/or modify
  79.     it under the terms of the GNU General Public License as published by
  80.     the Free Software Foundation; either version 1, or (at your option)
  81.     any later version.
  82.  
  83.     This program is distributed in the hope that it will be useful,
  84.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  85.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  86.     GNU General Public License for more details.
  87.  
  88.     You should have received a copy of the GNU General Public License
  89.     along with this program; if not, write to the Free Software
  90.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  91.  
  92.     Please send bug reports and/or suggestions to:
  93.         Roy Bixler
  94.         420 S. 13th
  95.         San Jose, CA 95112
  96.     Include the name of the program, version and operating system.
  97.  
  98.     Bug reports and other comments can also be sent as e-mail on the
  99.         Internet to: rcb@netcom.com.
  100.         UUCP: uunet!netcom.com!rcb
  101.